Method: deleteRegisteredDevice

Remove a registered device with the matching properties from the database.

Parameters

Name Type Description
propString string The properties string used to delete the device, string is in the following format:
userName=value1,macAdress=value2,applianceGroup=value3
requestingUser string The user requesting the deletion

Returns

The operation returns an integer error code.

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACWebService/deleteRegisteredDevice?propString=userName=jane.smith,macAddress=80:D6:05:4A:D6:C4,applianceGroup=Default&requestingUser=root